home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 20
/
AMIGAplus Sonderheft 20 (1999)(ICP)(DE)[!].iso
/
data
/
quickbrowser
/
install
/
English
next >
Wrap
Text File
|
1999-05-08
|
625b
|
29 lines
; InstallerFX script
;(if (= x 1) (welcome))
;
;(onerror (CLEANUP))
;
; Cleanup any temporary mess we created
;(procedure CLEANUP
; Nothing to cleanup
; (delete "t:Logopic")bb
; (delete "t:Logopic.prefs")
;) ; CLEANUP
(copyfiles
(source "logopic")
(dest "t:")
(newname "Logopic")
)
(set ver "0.6")
(run "run c:InstallerFX t:logopic")
(message "QuickBrowser "ver "\nWelcome to the QuickBrowser installer script\n\nCopyright 1997/98, Stephen Griffiths & Griffware Productions")
(complete 0)
(set #Install-QuickBrowser "Where would you like QuickBrowser to be installed? I would advice to install it to C:")